From 1ffced4c92ed11f0ddae83bc7f355d7a64b735b4 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 12 Feb 2010 09:14:16 +0000 Subject: [PATCH] hvmloader: Fix comment style in ssdt_tpm.asl Signed-off-by: Keir Fraser --- tools/firmware/hvmloader/acpi/ssdt_tpm.asl | 36 ++++++++++++---------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/tools/firmware/hvmloader/acpi/ssdt_tpm.asl b/tools/firmware/hvmloader/acpi/ssdt_tpm.asl index 49a5e1bc9f..1157eb4835 100644 --- a/tools/firmware/hvmloader/acpi/ssdt_tpm.asl +++ b/tools/firmware/hvmloader/acpi/ssdt_tpm.asl @@ -1,21 +1,23 @@ -//**********************************************************************// -//* -//* Copyright (c) 2006, IBM Corporation. -//* -//* This program is free software; you can redistribute it and/or modify it -//* under the terms and conditions of the GNU General Public License, -//* version 2, as published by the Free Software Foundation. -//* -//* This program is distributed in the hope it will be useful, but WITHOUT -//* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -//* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -//* more details. -//* -//* You should have received a copy of the GNU General Public License along with -//* this program; if not, write to the Free Software Foundation, Inc., 59 Temple -//* Place - Suite 330, Boston, MA 02111-1307 USA. +/* + * ssdt_tpm.asl + * + * Copyright (c) 2006, IBM Corporation. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU General Public License, + * version 2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place - Suite 330, Boston, MA 02111-1307 USA. + */ -//* SSDT for TPM TIS Interface for Xen with Qemu device model +/* SSDT for TPM TIS Interface for Xen with Qemu device model. */ DefinitionBlock ("SSDT_TPM.aml", "SSDT", 2, "Xen", "HVM", 0) { -- 2.30.2